projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5f56f
)
disable manual line wrapping in makefiles
author
Michael Gilbert
<mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000
(
04:27
+0000)
committer
Michael Gilbert
<mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000
(
04:27
+0000)
Gbp-Pq: Topic disable
Gbp-Pq: Name line-wrapping.patch
tools/makedep.c
patch
|
blob
|
history
diff --git
a/tools/makedep.c
b/tools/makedep.c
index e39c0e4e93f57a6cf6f70e7ad5e60b2623b3a1e7..18cbd6a18be516abb333ff5694f0961e31969df0 100644
(file)
--- a/
tools/makedep.c
+++ b/
tools/makedep.c
@@
-528,7
+528,7
@@
static void strarray_qsort( struct strarray *array, int (*func)(const char **, c
*/
static void output_filename( const char *name )
{
- if (
output_column + strlen(name) + 1 > 10
0)
+ if (0)
{
output( " \\\n" );
output( " " );